home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / VSDC Free Video Converter / video_converter.exe / {cf} / FlashIntegro / Skins / Vista.cjstyles / TEXTFILE / NORMALBLACK_INI next >
Text (UTF-16)  |  2011-09-07  |  132KB  |  2,425 lines

  1. ;------------------------------------------
  2. ; file: Luna\default.ini
  3. ;------------------------------------------
  4.  
  5. ;--------- Globals -------------------------
  6. [globals]
  7.  
  8. ; global edge colors (redefined in various parts) 
  9. EdgeLightColor      = 241 239 226
  10. EdgeHighLightColor  = 255 255 255
  11. EdgeShadowColor     = 172 168 153
  12. EdgeDkShadowColor   = 113 111 100 
  13. EdgeFillColor       = 236 233 216
  14.  
  15. ;--------- system metrics -------------------------------
  16. [SysMetrics]
  17. ;The system metric colors also effect non-themed controls.
  18.  
  19. ScrollbarWidth = 17
  20. ScrollbarHeight = 17
  21.  
  22. Window = 255 255 255
  23. MenuBar = 240 240 240
  24. Menu = 255 255 255
  25. Background = 50 50 50
  26. Btnface = 240 240 240
  27. Highlight = 191 239 254
  28.  
  29. ActiveCaption = 105 105 105
  30. CaptionText = 255 255 255
  31. InactiveCaption = 60 60 60
  32. InactiveCaptionText = 255 255 255
  33. GradientActiveCaption = 45 45 45
  34. GradientInactiveCaption = 45 45 45
  35. HighlightText = 0 143 191
  36. MenuHilight = 191 239 254
  37. BtnShadow = 160 160 160
  38. GrayText = 171 173 179
  39. BtnHighlight = 255 255 255
  40. DkShadow3d = 100 100 100
  41. Light3d = 227 227 227
  42.  
  43. ;---- don't remove these fonts (must specify to be localizable) ----
  44. CaptionFont = Segoe UI, 9
  45. CaptionBarHeight = 21
  46. SmallCaptionFont = Segoe UI, 9
  47. SMCaptionBarHeight = 17
  48. SMCaptionBarWidth = 17
  49. MenuFont = Tahoma, 8
  50. StatusFont = Tahoma, 8
  51. MsgBoxFont = Tahoma, 8
  52. IconTitleFont = Tahoma, 8
  53.  
  54.  
  55. ;The FlatMenus option allows the author to turn of the 3d border on menus
  56. FlatMenus = true
  57.  
  58. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  59. CssName = cpwebvw.css
  60.  
  61. ;This may allow authors to specify a theme matching XML file.
  62. XmlName = default.xml
  63.  
  64. ; this theme designed for 15-bit color and higher
  65. MinColorDepth = 15
  66.  
  67. ;---------- buttons ---------------------------------
  68. ;Overall button class
  69. [button]
  70.  
  71. ;Normal button
  72. [button.pushbutton]
  73. bgtype = imagefile
  74. SizingMargins = 8, 8, 9, 9
  75. sizingType = Stretch
  76. ContentMargins = 3, 3, 3, 3 
  77. ImageFile = Blue\button.bmp
  78. imageCount = 6
  79. ImageLayout = vertical
  80. TextColor = 0 0 0
  81. FillColorHint = 243 243 239; Average fill color (light beige)
  82. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  83. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  84. MinSize= 10, 5
  85.  
  86. ;Makes text for button grey for the disabled state
  87. [button.pushbutton(disabled)]
  88. TextColor = 161 161 146
  89.  
  90. ;Color hint for default state
  91. [button.pushbutton(defaulted)]
  92. AccentColorHint = 157 187 235; Default state hilite color (blue)
  93.  
  94. ;Checkboxes
  95. [button.checkbox]
  96. bgtype = imagefile
  97. imagelayout=vertical
  98. sizingType = TrueSize
  99. SizingMargins = 0, 0, 0, 0
  100. ContentMargins = 0, 0, 0, 0
  101. imageCount = 12
  102. MirrorImage = false
  103. FillColorHint = 33 161 33; Checkmark color (green)
  104. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  105. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  106.  
  107. ;----- Multiple control sizes for different video adapter resolution settings ----
  108. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  109. TrueSizeScalingType = Dpi
  110. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  111. UniformSizing   = true  ; if you must stretch, do width & height equally
  112. ImageFile1=Blue\CheckBox13.bmp
  113. ImageFile2=Blue\CheckBox16.bmp
  114. ImageFile3=Blue\CheckBox25.bmp
  115. MinDpi1=96
  116. MinDpi2=118
  117. MinDpi3=185 
  118.  
  119. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  120. ;to grey for the corresponding states.
  121. [button.checkbox(checkeddisabled)]
  122. TextColor = 128 128 128
  123.  
  124. [button.checkbox(uncheckeddisabled)]
  125. TextColor = 128 128 128
  126.  
  127. [button.checkbox(mixeddisabled)]
  128. TextColor = 128 128 128
  129.  
  130. ;Radio buttons
  131. [button.radiobutton]
  132. bgtype = imagefile
  133. imagelayout=vertical
  134. transparent=true
  135. sizingType = TrueSize
  136. SizingMargins = 0, 0, 0, 0
  137. ContentMargins = 0, 0, 0, 0
  138. imageCount = 8
  139. FillColorHint = 33 161 33; Selection dot color (green)
  140. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  141. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  142.  
  143. ;----- Multiple control sizes for different video adapter resolution settings ----
  144. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  145. TrueSizeScalingType = Dpi
  146. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  147. UniformSizing   = true  ; if you must stretch, do width & height equally
  148. ImageFile1=Blue\RadioButton13.bmp
  149. ImageFile2=Blue\RadioButton16.bmp
  150. ImageFile3=Blue\RadioButton25.bmp
  151. MinDpi1=96
  152. MinDpi2=118
  153. MinDpi3=185
  154.  
  155. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  156. ;to grey for the corresponding states.
  157. [button.radiobutton(checkeddisabled)]
  158. TextColor = 128 128 128
  159.  
  160. [button.radiobutton(uncheckeddisabled)]
  161. TextColor = 128 128 128
  162.  
  163. ;The line enclosing a group of controls
  164. [button.groupbox]
  165. TextColor = 0 0 0
  166. bgtype = imagefile
  167. SizingMargins = 4, 4, 4, 4
  168. sizingType = Tile
  169. ImageFile = Blue\GroupBox.bmp
  170. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  171. ;draw on top of the controls it surrounds)
  172. borderOnly = true
  173. transparent = true
  174. BorderColorHint = 160 160 160; Dark beige edge color
  175. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  176.  
  177.  
  178. ;----------- combobox --------------------------------
  179. ;Dropdown controls
  180.  
  181. [Combobox]
  182. BgType = ImageFile
  183. BorderSize = 0
  184. ImageFile = Blue\ComboBox.bmp
  185. SizingMargins = 1, 1, 1, 1
  186.  
  187. [Combobox(Disabled)]
  188. FillColor = 240 240 240
  189. TextColor = 180 180 180
  190. ImageFile = Blue\ComboBoxDisabled.bmp
  191.  
  192. ;The down pointing triangle button
  193. [Combobox.DropDownButton]
  194. BgType  = imagefile
  195. imagelayout = vertical
  196. SizingType  = Stretch
  197. ImageFile = Blue\ComboButton.bmp
  198. SizingMargins = 2, 2, 5, 5
  199. ContentMargins = 0, 0, 1, 0
  200. ImageCount  = 4
  201. GlyphType   = ImageGlyph
  202. GlyphImageFile = Blue\ComboButtonGlyph.bmp
  203. GlyphTransparent= true
  204. FillColorHint = 200 214 251; Average fill color (light blue)
  205. BorderColorHint = 255 255 255; Edge color (white)
  206.  
  207. ;----------- edit --------------------------------
  208. [edit]
  209. BgType  = BorderFill
  210. BorderSize  = 1
  211. FillColor   = 255 255 255 
  212. BorderColor = 130 135 144
  213.  
  214. [edit.edittext(Disabled)]
  215. FillColor   = 235 235 228
  216. TextColor   = 161 161 146
  217.  
  218. [edit.edittext(ReadOnly)]
  219. FillColor   = 235 235 228
  220. TextColor   = 0 0 0
  221.  
  222.  
  223. ;----------- listbox --------------------------------
  224. [Listbox]
  225. BgType  = BorderFill
  226. BorderSize  = 1
  227. FillColor   = 255 255 255 
  228. BorderColor = 130 135 144
  229.  
  230.  
  231. ;--------- Scrollbar -------------------------
  232. [ScrollBar]
  233.  
  234. ;The buttons, both horizontal and vertical in one strip
  235. ; Scrollbar Arrow Buttons
  236. [ScrollBar.ArrowBtn]
  237. BgType  = ImageFile
  238. SizingMargins = 5, 5, 5, 5
  239. ContentMargins = 0, 0, 3, 3
  240. SizingType = Stretch
  241. ImageFile = Blue\ScrollArrows.bmp
  242. ImageCount = 20
  243. ImageLayout = Vertical
  244. GlyphType   = ImageGlyph
  245. GlyphTransparent= True
  246. FillColorHint = 200 214 251; Average fill color (light blue)
  247. BorderColorHint = 255 255 255; Edge color (white)
  248.  
  249.  
  250. ;----- the two sizes of scrollbar arrow glyphs ----
  251. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  252. ;TrueSizeScalingType = size
  253. ;SourceShrink = True
  254. ;TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  255. ;UniformSizing   = true; if you must stretch, do width & height equally
  256. ImageFile1  = Blue\ScrollArrowGlyphsSmall.bmp
  257. ;ImageFile2  = Blue\ScrollArrowGlyphsSmall.bmp
  258. ;MinSize1  = 7, 7
  259. ;MinSize2  = 9, 9 
  260. ;NormalSize = 7, 10
  261.  
  262. ; Scrollbar Thumb (horizontal)
  263. [Scrollbar.ThumbBtnHorz]
  264. BgType  = ImageFile
  265. SizingMargins = 5, 5, 5, 5
  266. ContentMargins = 4, 4, 0, 0
  267. ImageFile = Blue\ScrollThumbHorizontal.bmp
  268. ImageCount  = 5
  269. ImageLayout = Vertical
  270. FillColorHint = 198 213 253; Average fill color (light blue)
  271. BorderColorHint = 255 255 255; Edge color (white)
  272.  
  273.  
  274. ;A visual element in the middle of the scrollbar thumb
  275. [Scrollbar.GripperHorz]
  276. BgType  = ImageFile
  277. SizingType  = TrueSize
  278. ImageFile = Blue\ScrollThumbGripperHorizontal.BMP
  279. imagelayout = vertical
  280. Transparent = True
  281. ImageCount  = 5
  282.  
  283. ; Scrollbar Thumb (vertical)
  284. [Scrollbar.ThumbBtnVert]
  285. BgType  = ImageFile
  286. SizingMargins = 5, 5, 5, 5
  287. ContentMargins = 0, 0, 4, 4
  288. ImageFile = Blue\ScrollThumbVertical.bmp
  289. ImageCount  = 5
  290. ImageLayout = vertical
  291. FillColorHint = 198 213 253; Average fill color (light blue)
  292. BorderColorHint = 255 255 255; Edge color (white)
  293.  
  294. ;A visual element in the middle of the scrollbar thumb
  295. [Scrollbar.GripperVert]
  296. BgType  = ImageFile
  297. SizingType  = TrueSize
  298. ImageFile = Blue\ScrollThumbGripperVertical.BMP
  299. ImageCount  = 5
  300. Transparent = True
  301. ImageLayout = Vertical
  302.  
  303.  
  304. ; Scrollbar Tracks (horizontal)
  305. [Scrollbar.LowerTrackHorz]
  306. BgType  = imagefile
  307. ImageFile = Blue\ScrollShaftHorizontal.bmp
  308. SizingMargins = 0, 0, 1, 1
  309. ImageCount = 5
  310. ImageLayout = Vertical
  311. FillColorHint = 198 213 253; Average fill color (light blue)
  312.  
  313.  
  314. [Scrollbar.UpperTrackHorz]
  315. BgType  = imagefile
  316. ImageFile = Blue\ScrollShaftHorizontal.bmp
  317. SizingMargins = 0, 0, 1, 1
  318. ImageCount = 5
  319. ImageLayout = Vertical
  320. FillColorHint = 198 213 253; Average fill color (light blue)
  321.  
  322. ; Scrollbar Tracks (vertical)
  323. [Scrollbar.LowerTrackVert]
  324. BgType  = imagefile
  325. ImageFile = Blue\ScrollShaftVertical.bmp
  326. SizingMargins = 1, 1, 0, 0
  327. ImageCount = 5
  328. ImageLayout = Vertical
  329. FillColorHint = 198 213 253; Average fill color (light blue)
  330.  
  331. [Scrollbar.UpperTrackVert]
  332. BgType  = imagefile
  333. ImageFile = Blue\ScrollShaftVertical.bmp
  334. SizingMargins = 1, 1, 0, 0
  335. ImageCount = 5
  336. ImageLayout = Vertical
  337. FillColorHint = 198 213 253; Average fill color (light blue)
  338.  
  339. [ScrollBar.SizeBox]
  340. ImageFile = Blue\ResizeGrip2.bmp
  341. bgtype = imagefile
  342. imageCount = 2
  343. sizingType = trueSize
  344. Transparent = True
  345. TransparentColor = 255 0 0
  346. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  347. VAlign = Bottom
  348.  
  349. ;----------- spin --------------------------------
  350. ;Spin buttons for incrementing values in a field
  351. [Spin]
  352. ;Bgtype = imagefile
  353. ;SizingType = tile
  354. ;ImageFile = Blue\FieldOutlineBlue.bmp
  355. ;SizingMargins = 2, 2, 2, 2
  356. ;ImageCount = 1
  357.  
  358. [Spin.Up]
  359. Bgtype = imagefile
  360. SizingType = stretch
  361. ImageFile = Blue\SpinButtonBackgroundUp.bmp
  362. SizingMargins = 3, 3, 3, 2
  363. ContentMargins = 3, 2, 2, 1
  364. ImageCount = 4
  365. ImageLayout = Vertical
  366. GlyphType = ImageGlyph
  367. GlyphImageFile = Blue\SpinUpGlyph.bmp
  368. GlyphTransparent = True
  369. FillColorHint = 200 214 251
  370. BorderColorHint = 255 255 255
  371. TRANSPARENT = true
  372. TRANSPARENTCOLOR = 255 0 255
  373.  
  374. [Spin.Down]
  375. Bgtype = imagefile
  376. SizingType = tile
  377. ImageFile = Blue\SpinButtonBackgroundDown.bmp
  378. SizingMargins = 2, 3, 2, 3
  379. ContentMargins = 3, 2, 1, 2
  380. ImageCount = 4
  381. ImageLayout = Vertical
  382. GlyphType = ImageGlyph
  383. GlyphImageFile = Blue\SpinDownGlyph.bmp
  384. GlyphTransparent = True
  385. FillColorHint = 200 214 251
  386. BorderColorHint = 255 255 255
  387. TRANSPARENT = true
  388. TRANSPARENTCOLOR = 255 0 255
  389.  
  390. [Spin.Uphorz]
  391. Bgtype = imagefile
  392. SizingType = stretch
  393. ImageFile = Blue\SpinButtonBackgroundRight.bmp
  394. SizingMargins = 2, 3, 0, 0
  395. ContentMargins = 0, 0, 0, 0
  396. ImageCount = 4
  397. ImageLayout = Vertical
  398. GlyphType = ImageGlyph
  399. GlyphImageFile = Blue\SpinRightGlyph.bmp
  400. GlyphTransparent = True
  401. FillColorHint = 200 214 251
  402. BorderColorHint = 255 255 255
  403. TRANSPARENT = true
  404. TRANSPARENTCOLOR = 255 0 255
  405.  
  406. [Spin.Downhorz]
  407. Bgtype = imagefile
  408. SizingType = Stretch
  409. ImageFile = Blue\SpinButtonBackgroundLeft.bmp
  410. SizingMargins = 3, 2, 0, 0
  411. ContentMargins = 0, 0, 0, 0
  412. ImageCount = 4
  413. ImageLayout = Vertical
  414. GlyphType = ImageGlyph
  415. GlyphImageFile = Blue\SpinLeftGlyph.bmp
  416. GlyphTransparent = True
  417. FillColorHint = 200 214 251
  418. BorderColorHint = 255 255 255
  419. TRANSPARENT = true
  420. TRANSPARENTCOLOR = 255 0 255
  421.  
  422.  
  423. ;----------- rebar --------------------------------
  424. ;Rebar is a container for toolbars
  425.  
  426. [Rebar]
  427. bgtype =imagefile
  428. sizingtype=stretch
  429. ImageFile = Blue\ToolbarBackground.bmp
  430. sizingmargins= 0, 0, 0, 4
  431. Font                = Tahoma, 8
  432. TextColor           = 127 124 115
  433. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  434.  
  435. [Rebar.Band]
  436. bgtype = none
  437. ContentMargins    = 2, 0, 0, 0
  438. EdgeShadowColor = 216 210 189
  439.  
  440. [Rebar.Gripper]
  441. bgtype = imagefile
  442. SizingMargins   = 2, 1, 4, 2 
  443. ContentMargins    = 2, 1, 0, 0
  444. ImageFile = Blue\ToolbarGripper.bmp
  445. sizingType     = Tile
  446. Transparent     = true
  447. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  448.  
  449. [Rebar.GripperVert]
  450. bgtype = imagefile
  451. SizingMargins = 3, 3, 2, 1
  452. ContentMargins    = 1, 2, 0, 0
  453. ImageFile = Blue\ToolbarGripperVert.bmp
  454. sizingType = Tile
  455. Transparent = true
  456. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  457.  
  458. [Rebar.Chevron]
  459. SizingMargins = 4, 4, 4, 4
  460. ContentMargins = 0, 0, 0, 0
  461. ImageFile = Blue\ToolbarButtons.bmp
  462. bgtype = imagefile
  463. imagelayout = vertical
  464. imageCount= 6
  465. sizingType= Stretch
  466. Transparent = true
  467. GlyphType   = ImageGlyph
  468. GlyphImageFile = Blue\Chevron.bmp
  469. GlyphTransparent= true
  470. VAlign = Top
  471. FillColorHint = 0 0 0; Glyph color (black)
  472.  
  473. [Rebar.ChevronVert]
  474. SizingMargins = 4, 4, 4, 4
  475. ContentMargins = 0, 0, 0, 0
  476. ImageFile = Blue\ToolbarButtons.bmp
  477. bgtype = imagefile
  478. imagelayout = vertical
  479. imageCount= 6
  480. sizingType= Stretch
  481. Transparent = true
  482. GlyphType   = ImageGlyph
  483. GlyphImageFile = Blue\Chevron.bmp
  484. GlyphTransparent= true
  485. VAlign = Top
  486. FillColorHint = 0 0 0; Glyph color (black)
  487.  
  488. ;----------- toolbar--------------------------------
  489. ;Button bars and menu bars in some applicatons
  490.  
  491. [Toolbar]
  492. BgType  = Borderfill
  493. Bordersize  = 0
  494. FillColor   = 236 233 216
  495. TextColor   = 0 0 0
  496.  
  497. [Toolbar(Pressed)]
  498. TextColor= 255 255 255
  499.  
  500. [Toolbar.Button]
  501. SizingMargins = 4, 4, 4, 4
  502. ContentMargins = 0, 0, 0, 0
  503. ImageFile = Blue\ToolbarButtons.bmp
  504. bgtype = imagefile
  505. imagelayout = vertical
  506. imageCount = 6
  507. sizingType = Stretch
  508. Transparent = true
  509. TransparentColor = 255 0 255
  510. FillColorHint = 241 243 239; Average fill color (light beige)
  511. BorderColorHint = 206 206 195; Edge color (dark beige)
  512.  
  513. [Toolbar.Separator]
  514. SizingMargins = 5, 2, 2, 1
  515. ImageFile = Blue\Separator.bmp
  516. bgtype = imagefile
  517. imageCount = 1
  518. sizingType = tile
  519. Transparent = true
  520. TransparentColor = 255 0 0
  521. FillColorHint = 202 198 175; Darker separator color (medium beige)
  522.  
  523. [Toolbar.SeparatorVert]
  524. SizingMargins = 2, 1, 5, 1
  525. ImageFile = Blue\SeparatorVert.bmp
  526. bgtype = imagefile
  527. imageCount = 1
  528. sizingType = tile
  529. Transparent = true
  530. TransparentColor = 255 0 0
  531. FillColorHint = 202 198 175; Darker separator color (medium beige)
  532.  
  533.  
  534. [Toolbar.DropdownButton]
  535. SizingMargins = 4, 4, 4, 4
  536. ContentMargins = 0, 0, 0, 0
  537. ImageFile = Blue\ToolbarButtons.bmp
  538. bgtype = imagefile
  539. imagelayout = vertical
  540. imageCount = 6
  541. sizingType = Stretch
  542. Transparent = true
  543. TransparentColor = 255 0 255
  544. FillColorHint = 241 243 239; Average fill color (light beige)
  545. BorderColorHint = 206 206 195; Edge color (dark beige)
  546.  
  547. [Toolbar.SplitButton]
  548. SizingMargins = 4, 2, 4, 4
  549. ImageFile = Blue\ToolbarButtonsSplit.bmp
  550. bgtype = imagefile
  551. imagelayout = vertical
  552. imageCount = 6
  553. sizingType = Stretch
  554. Transparent = true
  555. TransparentColor = 255 0 255
  556. FillColorHint = 241 243 239; Average fill color (light beige)
  557. BorderColorHint = 206 206 195; Edge color (dark beige)
  558.  
  559. [Toolbar.SplitButtonDropdown]
  560. SizingMargins = 2, 4, 4, 4
  561. ImageFile = Blue\ToolbarButtonsSplitDropdown.bmp
  562. bgtype = imagefile
  563. imagelayout = vertical
  564. imageCount = 6
  565. sizingType = Stretch
  566. Transparent = true
  567. TransparentColor = 255 0 255
  568. GlyphType   = ImageGlyph
  569. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  570. GlyphTransparent= true
  571. FillColorHint = 241 243 239; Average fill color (light beige)
  572. BorderColorHint = 206 206 195; Edge color (dark beige)
  573.  
  574.  
  575. ;----------- status--------------------------------
  576. ;The area at the bottom of a window containing miscellaneous status info
  577. ;The first is the container for the status sections
  578. [Status]
  579. SizingMargins = 50, 17, 5, 9
  580. ImageFile = Blue\StatusBackground.bmp
  581. bgtype = imagefile
  582. imageCount = 1
  583. sizingType = Tile
  584. FillColorHint = 236 233 216; Average fill color (beige)
  585.  
  586. ;The individual status item backgrounds
  587. [Status.Pane]
  588. SizingMargins = 0, 2, 2, 2
  589. ImageFile = Blue\StatusPane.bmp
  590. bgtype = imagefile
  591. imageCount = 1
  592. sizingType = Tile
  593. Transparent = True
  594. TransparentColor = 255 0 0 
  595.  
  596. ;The individual status item backgrounds
  597. [Status.GripperPane]
  598. bgtype = none
  599.  
  600. ;The resize corner
  601. [Status.Gripper]
  602. ContentMargins=0,0,0,0
  603. ImageFile = Blue\ResizeGrip2.bmp
  604. bgtype = imagefile
  605. imageCount = 2
  606. sizingType = trueSize
  607. Transparent = True
  608. TransparentColor = 255 0 0 
  609. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  610. VAlign = Bottom
  611.  
  612.  
  613. ;----------- list view --------------------------------
  614. ;Icon, list, details, etc.
  615.  
  616. [ListView]
  617. BgType  = BorderFill
  618. BorderSize  = 1
  619. FillColor   = 255 255 255 
  620. BorderColor = 130 135 144
  621.  
  622.  
  623. ;----------- Tree view --------------------------------
  624.  
  625. [TreeView]
  626. BgType  = BorderFill
  627. BorderSize  = 1
  628. FillColor   = 255 255 255 
  629. BorderColor = 130 135 144
  630.  
  631. [TreeView.Glyph]
  632. bgtype = imagefile
  633. SizingType = TrueSize
  634. imagecount = 2
  635. imageLayout=vertical
  636. ;----- Multiple control sizes for different video adapter resolution settings ----
  637. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  638. TrueSizeScalingType = Dpi
  639. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  640. UniformSizing   = true  ; if you must stretch, do width & height equally
  641. ImageFile1=Blue\treeExpandCollapse.bmp
  642. ImageFile2=Blue\treeExpandCollapse10.bmp
  643. ImageFile3=Blue\treeExpandCollapse15.bmp
  644. MinDpi1=96
  645. MinDpi2=133
  646. MinDpi3=150 
  647.  
  648.  
  649. ;----------- header --------------------------------
  650. ;The area at the top of a list, with clickable headers for sort order
  651.  
  652. [Header]
  653. bgtype = imagefile
  654. SizingMargins = 2, 2, 9, 14
  655. ImageFile = Blue\ListviewHeaderBackground.bmp
  656. sizingType = tile
  657.  
  658. [Header.HeaderItem]
  659. bgtype = imagefile
  660. SizingMargins = 2, 3, 9, 14
  661. ContentMargins = 0, 0, 0, 0
  662. ImageFile = Blue\ListViewHeader.bmp
  663. imageCount=5
  664. imageLayout=vertical
  665. sizingType = Stretch
  666. transparent=true
  667. transparentcolor=255 0 0
  668. FillColorHint = 250 248 243; Average fill color (light beige)
  669. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  670.  
  671.  
  672. ;----------- progress --------------------------------
  673. ;Progress bars
  674.  
  675. [Progress]
  676. BgType = borderFill
  677. BorderColor = 235 235 228
  678. Bordersize = 1
  679. FillColor = 46 211 49
  680. FillType = HorzGradient
  681. ProgressChunkSize = 1
  682. ProgressSpaceSize = 0
  683.  
  684. [Progress.Bar]
  685. Bgtype = imagefile
  686. BorderColorHint = 104 104 104
  687. FillColorHint = 255 255 255
  688. ImageFile = Blue\ProgressTrack.bmp
  689. MinSize = 53, 10
  690. NormalSize = 100, 18
  691. SizingMargins = 2, 2, 2, 2
  692. SizingType = Stretch
  693. SourceShrink = true
  694.  
  695. [Progress.BarVert]
  696. Bgtype = imagefile
  697. BorderColorHint = 104 104 104
  698. FillColorHint = 255 255 255
  699. ImageFile = Blue\ProgressTrackVert.bmp
  700. SizingMargins = 2, 2, 2, 2
  701. SizingType = Stretch
  702.  
  703. [Progress.Chunk]
  704. Bgtype = imagefile
  705. FillColorHint = 46 211 49
  706. ImageFile = Blue\ProgressChunk.bmp
  707. SizingMargins = 4, 4, 2, 2
  708. SizingType = Stretch
  709.  
  710. [Progress.ChunkVert]
  711. Bgtype = imagefile
  712. FillColorHint = 46 211 49
  713. ImageFile = Blue\ProgressChunkVert.bmp
  714. SizingMargins = 2, 2, 4, 4
  715. SizingType = Stretch
  716.  
  717.  
  718. ;----------- tab --------------------------------
  719. [Tab]
  720. bgType = borderFill
  721. fillType = Solid
  722. fillColor = 236 233 216
  723. bordersize = 0
  724.  
  725. ;The whole content area of a tab page
  726. [Tab.Pane]
  727. bgtype = imagefile
  728. ImageFile = Blue\TabPaneEdge.bmp
  729. sizingMargins = 1, 3, 1, 2
  730. SizingType = stretch
  731. imagecount = 1
  732. FillColorHint = 251 251 253; Light tab background color (very light beige)
  733. BorderColorHint = 145 155 156; Edge color (dark grey)
  734.  
  735. [Tab.TabItem]
  736. SizingMargins = 2, 2, 2, 2
  737. ContentMargins = 0, 0, 0, 0
  738. bgtype=imagefile
  739. ImageFile = Blue\tabItem.bmp
  740. imagecount=5
  741. imagelayout=vertical
  742. FillColorHint = 248 248 246; Tab average color (light beige)
  743. BorderColorHint = 145 167 180; Edge color (blue grey)
  744. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  745.  
  746.  
  747. [Tab.TabItemLeftEdge]
  748. SizingMargins = 2, 2, 2, 2
  749. ContentMargins = 0, 0, 0, 0
  750. bgtype=imagefile
  751. ImageFile = Blue\tabItemLeft.bmp
  752. imagecount=5
  753. imagelayout=vertical
  754. FillColorHint = 248 248 246; Tab average color (light beige)
  755. BorderColorHint = 145 167 180; Edge color (blue grey)
  756. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  757.  
  758.  
  759. [Tab.TabItemRightEdge]
  760. SizingMargins = 2, 2, 2, 2
  761. ContentMargins = 0, 0, 0, 0
  762. bgtype=imagefile
  763. ImageFile = Blue\tabItemRight.bmp
  764. imagecount=5
  765. imagelayout=vertical
  766. FillColorHint = 248 248 246; Tab average color (light beige)
  767. BorderColorHint = 145 167 180; Edge color (blue grey)
  768. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  769.  
  770.  
  771. [Tab.TabItemBothEdge]
  772. SizingMargins = 2, 2, 2, 2
  773. ContentMargins = 0, 0, 0, 0
  774. bgtype=imagefile
  775. ImageFile = Blue\tabItemBoth.bmp
  776. imagecount=5
  777. imagelayout=vertical
  778. FillColorHint = 248 248 246; Tab average color (light beige)
  779. BorderColorHint = 145 167 180; Edge color (blue grey)
  780. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  781.  
  782.  
  783. [Tab.TopTabItem]
  784. SizingMargins = 2, 2, 2, 2
  785. ContentMargins = 0, 0, 0, 0
  786. bgtype=imagefile
  787. ImageFile = Blue\tabItemTop.bmp
  788. imagecount=5
  789. imagelayout=vertical
  790. FillColorHint = 248 248 246; Tab average color (light beige)
  791. BorderColorHint = 145 167 180; Edge color (blue grey)
  792. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  793.  
  794.  
  795. [Tab.TopTabItemLeftEdge]
  796. SizingMargins = 2, 2, 2, 2
  797. ContentMargins = 0, 0, 0, 0
  798. bgtype=imagefile
  799. ImageFile = Blue\tabItemTopLeft.bmp
  800. imagecount=5
  801. imagelayout=vertical
  802. FillColorHint = 248 248 246; Tab average color (light beige)
  803. BorderColorHint = 145 167 180; Edge color (blue grey)
  804. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  805.  
  806.  
  807. [Tab.TopTabItemRightEdge]
  808. SizingMargins = 2, 2, 2, 2
  809. ContentMargins = 0, 0, 0, 0
  810. bgtype=imagefile
  811. ImageFile = Blue\tabItemTopRight.bmp
  812. imagecount=5
  813. imagelayout=vertical
  814. FillColorHint = 248 248 246; Tab average color (light beige)
  815. BorderColorHint = 145 167 180; Edge color (blue grey)
  816. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  817.  
  818.  
  819. [Tab.TopTabItemBothEdge]
  820. SizingMargins = 2, 2, 2, 2
  821. ContentMargins = 0, 0, 0, 0
  822. bgtype=imagefile
  823. ImageFile = Blue\tabItemTopBoth.bmp
  824. imagecount=5
  825. imagelayout=vertical
  826. FillColorHint = 248 248 246; Tab average color (light beige)
  827. BorderColorHint = 145 167 180; Edge color (blue grey)
  828. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  829.  
  830.  
  831. [Tab.Body]
  832. bgtype = imagefile
  833. stockImageFile = Blue\TabBackground.bmp
  834. FillColorHint = 251 251 253; Light tab background color (very light beige)
  835.  
  836. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  837. TrueSizeScalingType = Dpi
  838. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  839. ImageFile1=Blue\TabBackground.bmp
  840. ImageFile2=Blue\TabBackground133.bmp
  841. MinDpi1=96
  842. MinDpi2=164
  843.  
  844. ;----------- trackbar --------------------------------
  845. ;Volume sliders, etc.
  846. [TrackBar]
  847. bgType = borderFill
  848. fillType = Solid
  849. fillColor = 235 235 228
  850. bordersize = 1
  851. borderColor = 235 235 228
  852.  
  853. ;The movable part of a horizontal slider (TBS_BOTH style)
  854. [TrackBar.Thumb]
  855. bgtype=imagefile
  856. ImageFile = Blue\TrackbarHorizontal.bmp
  857. imagecount=5
  858. imagelayout = vertical
  859. SizingMargins = 2, 3, 3, 4
  860. sizingtype = stretch
  861. FillColorHint = 243 243 239; Average background color (light beige)
  862. BorderColorHint = 181 196 205; Edge color (blue grey)
  863. AccentColorHint = 71 196 70; Rollover color (green)
  864.  
  865. ;The movable part of a horizontal slider (TBS_TOP style)
  866. [TrackBar.ThumbTop]
  867. bgtype=imagefile
  868. imagecount=5
  869. imagelayout = vertical
  870. transparent=true
  871. sizingtype = truesize
  872. transparentcolor= 242 241 231
  873. FillColorHint = 243 243 239; Average background color (light beige)
  874. BorderColorHint = 181 196 205; Edge color (blue grey)
  875. AccentColorHint = 71 196 70; Rollover color (green)
  876.  
  877.  
  878. ;----- the three sizes ----
  879. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  880. TrueSizeScalingType = Dpi
  881. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  882. UniformSizing   = true  ; if you must stretch, do width & height equally
  883. ImageFile1=Blue\TrackBarUp13.bmp
  884. ImageFile2=Blue\TrackBarUp16.bmp
  885. ImageFile3=Blue\TrackBarUp25.bmp
  886. MinDpi1=96
  887. MinDpi2=118
  888. MinDpi3=185
  889.  
  890.  
  891. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  892. [TrackBar.ThumbBottom]
  893. bgtype=imagefile
  894. imagecount=5
  895. transparent=true
  896. SizingMargins = 3, 6, 6, 10
  897. sizingtype = truesize
  898. transparentcolor= 242 241 231
  899. ImageLayout = vertical
  900. FillColorHint = 243 243 239; Average background color (light beige)
  901. BorderColorHint = 181 196 205; Edge color (blue grey)
  902. AccentColorHint = 71 196 70; Rollover color (green)
  903.  
  904.  
  905. ;----- the three sizes ----
  906. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  907. TrueSizeScalingType = Dpi
  908. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  909. UniformSizing   = true  ; if you must stretch, do width & height equally
  910. ImageFile1=Blue\TrackBarDown13.bmp
  911. ImageFile2=Blue\TrackBarDown16.bmp
  912. ImageFile3=Blue\TrackBarDown25.bmp
  913. MinDpi1=96
  914. MinDpi2=118
  915. MinDpi3=185
  916.  
  917. ;The movable part of a vertical slider (TBS_BOTH style)
  918. [TrackBar.ThumbVert]
  919. bgtype=imagefile
  920. ImageFile = Blue\TrackbarVertical.bmp
  921. SizingMargins = 2, 3, 2, 3
  922. sizingtype = stretch
  923. imagecount=5
  924. ImageLayout = vertical
  925. FillColorHint = 243 243 239; Average background color (light beige)
  926. BorderColorHint = 181 196 205; Edge color (blue grey)
  927. AccentColorHint = 71 196 70; Rollover color (green)
  928.  
  929.  
  930. ;The movable part of a vertical slider (TBS_LEFT style)
  931. [TrackBar.ThumbLeft]
  932. bgtype=imagefile
  933. sizingtype = truesize
  934. imagecount=5
  935. transparent=true
  936. transparentcolor= 242 241 231
  937. ImageLayout = vertical
  938. FillColorHint = 243 243 239; Average background color (light beige)
  939. BorderColorHint = 181 196 205; Edge color (blue grey)
  940. AccentColorHint = 71 196 70; Rollover color (green)
  941.  
  942. ;----- the three sizes ----
  943. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  944. TrueSizeScalingType = Dpi
  945. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  946. UniformSizing   = true  ; if you must stretch, do width & height equally
  947. ImageFile1=Blue\TrackBarLeft13.bmp
  948. ImageFile2=Blue\TrackBarLeft16.bmp
  949. ImageFile3=Blue\TrackBarLeft25.bmp
  950. MinDpi1=96
  951. MinDpi2=118
  952. MinDpi3=185
  953.  
  954. ;The movable part of a vertical slider (TBS_RIGHT style)
  955. [TrackBar.ThumbRight]
  956. bgtype=imagefile
  957. ImageFile = Blue\TrackbarRight13.bmp
  958. sizingtype = truesize
  959. imagecount=5
  960. transparent=true
  961. transparentcolor= 242 241 231
  962. ImageLayout = vertical
  963. FillColorHint = 243 243 239; Average background color (light beige)
  964. BorderColorHint = 181 196 205; Edge color (blue grey)
  965. AccentColorHint = 71 196 70; Rollover color (green)
  966.  
  967.  
  968. ;----- the three sizes ----
  969. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  970. TrueSizeScalingType = Dpi
  971. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  972. UniformSizing   = true  ; if you must stretch, do width & height equally
  973. ImageFile1=Blue\TrackBarRight13.bmp
  974. ImageFile2=Blue\TrackBarRight16.bmp
  975. ImageFile3=Blue\TrackBarRight25.bmp
  976. MinDpi1=96
  977. MinDpi2=118
  978. MinDpi3=185
  979.  
  980. ;The track along which a slidermoves
  981. [TrackBar.Track]
  982. bgtype=imagefile
  983. ImageFile = Blue\sliderTrack.bmp
  984. imagecount=1
  985. sizingtype = stretch
  986. SizingMargins = 2, 2, 2, 2
  987. FillColorHint = 242 241 233
  988. BorderColorHint = 157 156 153
  989.  
  990. ;The vertical track along which a slider moves
  991. [TrackBar.TrackVert]
  992. bgtype=imagefile
  993. ImageFile = Blue\sliderTrack.bmp
  994. imagecount=1
  995. sizingtype = stretch
  996. SizingMargins = 2, 2, 2, 2
  997. FillColorHint = 242 241 233; Background color (light beige)
  998. BorderColorHint = 157 156 153; Edge color (dark grey)
  999.  
  1000. ;Set the color of the tickmarks drawn for the slider
  1001. [TrackBar.Tics]
  1002. color=161 161 146
  1003.  
  1004. ;Set the color of the tickmarks drawn for the vertical slider
  1005. [TrackBar.TicsVert]
  1006. color=161 161 146
  1007.  
  1008.  
  1009.  
  1010.  
  1011. ;----------- tooltip --------------------------------
  1012. ;Set the color or image background for tooltips
  1013. [Tooltip.Close]
  1014. BgType = ImageFile
  1015. ImageFile = Blue\BalloonClose.bmp
  1016. imagecount=3
  1017. sizingtype = truesize
  1018. Imagelayout = vertical
  1019.  
  1020.  
  1021.  
  1022. ;-------------- Windows ------------------------
  1023. [Window]
  1024. BgType = ImageFile
  1025. Transparent = true
  1026. TextShadowOffset = 1,1
  1027. TextShadowColor = 100 100 100
  1028.  
  1029. [Window.Caption]
  1030. ImageFile = Black\FrameCaption.bmp
  1031. SizingMargins = 14, 14, 14, 15
  1032. ContentMargins = 1, 1, 1, 1
  1033. CaptionMargins = 4, 3, 0, 0
  1034. SizingType = stretch
  1035. Imagelayout = vertical
  1036. ImageCount=2
  1037. Transparent = True
  1038. FillColorHint = 0 84 229; Average background color (strong blue)
  1039.  
  1040. [Window.Caption(active)]
  1041. TextShadowType = Single
  1042.  
  1043. [Window.CaptionSizingTemplate]
  1044. ImageFile = Blue\FrameCaptionSizing.bmp
  1045. SizingMargins = 28, 35, 9, 17
  1046. ContentMargins = 18, 18, 26, 0
  1047. SizingType = tile
  1048. Imagelayout = vertical
  1049. ImageCount=2
  1050. Transparent = True
  1051. TransparentColor = 0 0 0
  1052.  
  1053. [Window.SmallCaption]
  1054. ImageFile = Black\SmallFrameCaption.bmp
  1055. SizingMargins = 2, 2, 10, 10
  1056. ContentMargins = 1, 1, 1, 1
  1057. SizingType = stretch
  1058. Imagelayout = vertical
  1059. ImageCount=2
  1060. FillColorHint = 0 84 229; Average background color (strong blue)
  1061.  
  1062. [Window.SmallCaptionSizingTemplate]
  1063. ImageFile = Blue\SmallFrameCaptionSizing.bmp
  1064. SizingMargins = 24, 37, 9, 8
  1065. ContentMargins = 14, 14, 16, 0
  1066. SizingType = tile
  1067. Imagelayout = vertical
  1068. ImageCount=2
  1069. Transparent = True
  1070. TransparentColor = 0 0 0
  1071.  
  1072. ;The representation of a minimized window in and MDI application
  1073. [Window.MinCaption]
  1074. ImageFile = Black\FrameCaptionMin.bmp
  1075. ImageCount = 2
  1076. ImageLayout = vertical
  1077. SizingType = stretch
  1078. SizingMargins = 14, 14, 13, 15
  1079. ContentMargins = 3, 3, 0, 3
  1080. CaptionMargins = 4, 3, 0, 0
  1081. FillColorHint = 0 84 229; Average background color (strong blue)
  1082.  
  1083. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1084. ;surrounding the window
  1085. [Window.MaxCaption]
  1086. CaptionMargins = 4, 4, 12, 2
  1087. ContentAlignment = Left
  1088. ContentMargins = 1, 1, 1, 1
  1089. ImageCount = 2
  1090. ImageFile = Black\FrameMaximized.bmp
  1091. ImageLayout = Vertical
  1092. SizingType = Stretch
  1093. TextShadowColor = 192 192 192
  1094. TextShadowOffset = 1, 1
  1095. TextShadowType = Continuous
  1096. SizingMargins = 10, 10, 10, 15
  1097.  
  1098. [Window.MaxCaption(Active)]
  1099. TextShadowType = Single
  1100.  
  1101. [Window.FrameLeft]
  1102. ImageFile = Black\frameLeft.bmp
  1103. SizingMargins = 2, 1, 0, 0
  1104. SizingType = stretch
  1105. ImageLayout = vertical
  1106. ImageCount = 2
  1107. Transparent = FALSE
  1108. Borderonly = FALSE
  1109.  
  1110. [Window.FrameRight]
  1111. ImageFile = Black\frameRight.bmp
  1112. SizingMargins = 1, 2, 0, 0
  1113. SizingType = stretch
  1114. ImageLayout = vertical
  1115. ImageCount = 2
  1116. Transparent = FALSE
  1117. Borderonly = FALSE
  1118.  
  1119. [Window.FrameBottom]
  1120. ImageFile = Black\frameBottom.bmp
  1121. SizingMargins = 4, 4, 1, 2
  1122. SizingType = stretch
  1123. ImageLayout = vertical
  1124. ImageCount = 2
  1125. Transparent = FALSE
  1126. Borderonly = FALSE
  1127.  
  1128. [Window.SmallFrameLeft]
  1129. ImageFile = Black\frameLeft.bmp
  1130. SizingMargins = 2, 0, 0, 0
  1131. SizingType = stretch
  1132. ImageLayout = vertical
  1133. ImageCount = 2
  1134. Transparent = FALSE
  1135. Borderonly = FALSE
  1136.  
  1137. [Window.SmallFrameRight]
  1138. ImageFile = Black\frameRight.bmp
  1139. SizingMargins = 0, 2, 0, 0
  1140. SizingType = stretch
  1141. ImageLayout = vertical
  1142. ImageCount = 2
  1143. Transparent = FALSE
  1144. Borderonly = FALSE
  1145.  
  1146. [Window.SmallFrameBottom]
  1147. ImageFile = Black\frameBottom.bmp
  1148. SizingMargins = 5, 5, 1, 2
  1149. SizingType = stretch
  1150. ImageLayout = vertical
  1151. ImageCount = 2
  1152. Transparent = FALSE
  1153. Borderonly = FALSE
  1154.  
  1155.  
  1156. ;Background for dialog boxes
  1157.  
  1158. [Window.dialog]
  1159. bgType = BorderFill
  1160. FillColor = 236 233 216
  1161. BorderColor = 236 233 216
  1162.  
  1163.  
  1164. ;Close button in Window titlebar
  1165. [Window.CloseButton]
  1166. BgType = ImageFile
  1167. SizingMargins = 5, 5, 5, 5
  1168. ContentMargins = 2, 2, 2, 2
  1169. sizingType = Stretch
  1170. ImageFile = Black\CloseButton.bmp
  1171. GlyphType   = ImageGlyph
  1172. GlyphTransparent = True
  1173. ImageCount = 8
  1174. ImageLayout = Vertical
  1175. OffsetType = TopRight
  1176. Offset = -25, 5
  1177. FillColorHint = 228 93 61; Close box average color (brick red)
  1178. BorderColorHint = 255 255 255; Edge color (white)
  1179.  
  1180. ;----- glyphs ----
  1181. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1182. UniformSizing   = true  ; if you must stretch, do width & height equally
  1183. ImageFile1=Blue\CloseGlyph.bmp
  1184. ImageFile2=Blue\CloseGlyph.bmp
  1185. ImageFile3=Blue\CloseGlyph.bmp
  1186. ImageFile4=Blue\CloseGlyph19.bmp
  1187. ImageFile5=Blue\CloseGlyph23.bmp
  1188. MinDpi1=96
  1189. MinDpi2=126
  1190. MinDpi3=170
  1191.  
  1192.  
  1193. ;Maximize button in window titlebar
  1194. [Window.MaxButton]
  1195. BgType = ImageFile
  1196. SizingMargins = 5, 5, 5, 5
  1197. ContentMargins = 2, 2, 2, 2
  1198. sizingType = Stretch
  1199. ImageFile = Black\CaptionButton.bmp
  1200. GlyphType   = ImageGlyph
  1201. GlyphTransparent = True
  1202. ImageCount = 8
  1203. ImageLayout=Vertical
  1204. OffsetType = TopRight
  1205. Offset = -49, 5
  1206. FillColorHint = 74 121 246; Titlebar button color (blue)
  1207. BorderColorHint = 255 255 255; Edge color (white)
  1208.  
  1209. ;----- glyphs ----
  1210. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1211. UniformSizing   = true  ; if you must stretch, do width & height equally
  1212. ImageFile1=Blue\MaximizeGlyph.bmp
  1213. ImageFile2=Blue\MaximizeGlyph.bmp
  1214. ImageFile3=Blue\MaximizeGlyph.bmp
  1215. ImageFile4=Blue\MaximizeGlyph19.bmp
  1216. ImageFile5=Blue\MaximizeGlyph23.bmp
  1217. MinDpi1=96
  1218. MinDpi2=126
  1219. MinDpi3=170
  1220.  
  1221.  
  1222. ;Restore button in window titlebar
  1223. [Window.RestoreButton]
  1224. BgType = ImageFile
  1225. SizingMargins = 5, 5, 5, 5
  1226. ContentMargins = 2, 2, 2, 2
  1227. sizingType = Stretch
  1228. ImageFile = Black\CaptionButton.bmp
  1229. GlyphType   = ImageGlyph
  1230. GlyphTransparent = True
  1231. ImageCount = 8
  1232. ImageLayout=Vertical
  1233. OffsetType = TopRight
  1234. Offset = -49, 5
  1235. FillColorHint = 74 121 246; Titlebar button color (blue)
  1236. BorderColorHint = 255 255 255; Edge color (white)
  1237.  
  1238. ;----- glyphs ----
  1239. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1240. UniformSizing   = true  ; if you must stretch, do width & height equally
  1241. ImageFile1=Blue\RestoreGlyph.bmp
  1242. ImageFile2=Blue\RestoreGlyph.bmp
  1243. ImageFile3=Blue\RestoreGlyph.bmp
  1244. ImageFile4=Blue\RestoreGlyph19.bmp
  1245. ImageFile5=Blue\RestoreGlyph23.bmp
  1246. MinDpi1=96
  1247. MinDpi2=126
  1248. MinDpi3=170
  1249.  
  1250.  
  1251. ;Minimize button in window titlebar
  1252. [Window.MinButton]
  1253. BgType = ImageFile
  1254. SizingMargins = 5, 5, 5, 5
  1255. ContentMargins = 2, 2, 2, 2
  1256. sizingType = Stretch
  1257. ImageFile = Black\CaptionButton.bmp
  1258. GlyphType   = ImageGlyph
  1259. GlyphTransparent = True
  1260. ImageCount = 8
  1261. ImageLayout=Vertical
  1262. OffsetType = TopRight
  1263. Offset = -73, 5
  1264. FillColorHint = 74 121 246; Titlebar button color (blue)
  1265. BorderColorHint = 255 255 255; Edge color (white)
  1266.  
  1267. ;----- glyphs ----
  1268. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1269. UniformSizing   = true  ; if you must stretch, do width & height equally
  1270. ImageFile1=Blue\MinimizeGlyph.bmp
  1271. ImageFile2=Blue\MinimizeGlyph.bmp
  1272. ImageFile3=Blue\MinimizeGlyph.bmp
  1273. ImageFile4=Blue\MinimizeGlyph19.bmp
  1274. ImageFile5=Blue\MinimizeGlyph23.bmp
  1275. MinDpi1=96
  1276. MinDpi2=126
  1277. MinDpi3=170
  1278.  
  1279. ;Help button in window titlebar--normally only appears on dialog windows
  1280. [Window.HelpButton]
  1281. BgType = ImageFile
  1282. SizingMargins = 5, 5, 5, 5
  1283. ContentMargins = 2, 2, 2, 2
  1284. sizingType = Stretch
  1285. ImageFile = Black\CaptionButton.bmp
  1286. GlyphType   = ImageGlyph
  1287. GlyphTransparent = True
  1288. ImageCount = 8
  1289. ImageLayout=Vertical
  1290. OffsetType = TopRight
  1291. Offset = -73, 5
  1292. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1293. FillColorHint = 74 121 246; Titlebar button color (blue)
  1294. BorderColorHint = 255 255 255; Edge color (white)
  1295.  
  1296. ;----- glyphs ----
  1297. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1298. UniformSizing   = true  ; if you must stretch, do width & height equally
  1299. ImageFile1=Blue\HelpGlyph.bmp
  1300. ImageFile2=Blue\HelpGlyph.bmp
  1301. ImageFile3=Blue\HelpGlyph.bmp
  1302. ImageFile4=Blue\HelpGlyph19.bmp
  1303. ImageFile5=Blue\HelpGlyph23.bmp
  1304. MinDpi1=96
  1305. MinDpi2=126
  1306. MinDpi3=170
  1307.  
  1308.  
  1309. ;The Titlebar icon, next to the window title
  1310. [Window.SysButton]
  1311. OffsetType = TopLeft
  1312. Offset = 10, 3
  1313.  
  1314. ;Close button for palette windows
  1315. [Window.SmallCloseButton]
  1316. BgType = ImageFile
  1317. SizingMargins = 3, 3, 3, 3
  1318. ContentMargins = 0, 0, 0, 0
  1319. sizingType = Stretch
  1320. ImageFile = Black\CloseButton.bmp
  1321. GlyphType   = ImageGlyph
  1322. GlyphImageFile = Black\SmallCloseGlyph.bmp
  1323. GlyphTransparent = True
  1324. ImageCount = 8
  1325. ImageLayout = Vertical
  1326. OffsetType = TopRight
  1327. Offset = -16, 3
  1328. FillColorHint = 228 93 61; Close box average color (brick red)
  1329. BorderColorHint = 255 255 255; Edge color (white)
  1330.  
  1331. [Window.MdiCloseButton]
  1332. BgType = ImageFile
  1333. GlyphTransparent = True
  1334. ImageCount = 4
  1335. SizingMargins = 2, 3, 5, 4
  1336. ContentMargins = 0, 0, 0, 0
  1337. BorderColorHint = 118 118 118
  1338. SizingType = Stretch
  1339. ImageLayout = Vertical
  1340. GlyphType = ImageGlyph
  1341. GlyphImageFile = Blue\MDIGlyphClose.bmp
  1342. ImageFile = Blue\MDICaptionButton.bmp
  1343.  
  1344. [Window.MdiMinButton]
  1345. BgType = ImageFile
  1346. GlyphTransparent = True
  1347. ImageCount = 4
  1348. SizingMargins = 2, 3, 5, 4
  1349. ContentMargins = 0, 0, 0, 0
  1350. BorderColorHint = 118 118 118
  1351. SizingType = Stretch
  1352. ImageLayout = Vertical
  1353. GlyphType = ImageGlyph
  1354. GlyphImageFile = Blue\MDIGlyphMinimize.bmp
  1355. ImageFile = Blue\MDICaptionButton.bmp
  1356.  
  1357. [Window.MdiRestoreButton]
  1358. BgType = ImageFile
  1359. GlyphTransparent = True
  1360. ImageCount = 4
  1361. SizingMargins = 2, 3, 5, 4
  1362. ContentMargins = 0, 0, 0, 0
  1363. BorderColorHint = 118 118 118
  1364. SizingType = Stretch
  1365. ImageLayout = Vertical
  1366. GlyphType = ImageGlyph
  1367. GlyphImageFile = Blue\MDIGlyphRestore.bmp
  1368. ImageFile = Blue\MDICaptionButton.bmp
  1369.  
  1370.  
  1371. ;-------------- Start Panel -------------------
  1372. [StartPanel]
  1373. bgtype = none
  1374. DefaultPaneSize = 0, 0, 380, 440
  1375.  
  1376. [StartPanel.UserPane]
  1377. UserPicture         = True
  1378. ImageLayout         = Horizontal
  1379. TextColor           = 255 255 255
  1380. Font                = Franklin Gothic Medium, 14
  1381. DefaultPaneSize     = 0, 0, 380, 64
  1382. BgType              = Imagefile
  1383. Transparent         = True
  1384. ImageFile = Blue\StartUserPanel.bmp
  1385. Imagecount          = 1
  1386. SizingMargins       = 59, 60, 62, 0
  1387. sizingType          = Stretch
  1388. TEXTSHADOWOFFSET= 2, 2
  1389. textshadowcolor     = 9 66 139
  1390. TextShadowType      = continuous
  1391. FillColorHint = 31 113 216; Average background (blue)
  1392.  
  1393.  
  1394. [StartPanel.UserPicture]
  1395. BgType = ImageFile
  1396. ImageFile = Blue\UserTileBackground.bmp
  1397. Imagecount = 1
  1398. SizingType = Stretch
  1399. SizingMargins = 6, 10, 6, 10
  1400. ContentMargins = 8, 6, 8, 6
  1401. Transparent = true
  1402. FillColorHint = 204 214 235; Average Background (light blue grey)
  1403.  
  1404.  
  1405. [StartPanel.ProgList]
  1406. DefaultPaneSize = 0, 0, 190, 306
  1407. ContentMargins  = 6 4 9 5
  1408. TextColor   = 55 55 56 
  1409. HotTracking = 48 112 208
  1410. CaptionText = 128 128 128
  1411. BgType  = ImageFile
  1412. SizingType  = Stretch
  1413. SizingMargins   = 2, 153, 3, 0
  1414. sizingType = Stretch
  1415. ImageFile = Blue\StartPanelMFUBackground.bmp
  1416. imagecount  = 1
  1417. FillColorHint = 204 214 235; Average Background (light blue grey)
  1418.  
  1419.  
  1420. [StartPanel.ProgListSeparator]
  1421. BgType = ImageFile
  1422. SizingType = TrueSize
  1423. ImageFile = Blue\StartProgramsSeparator.bmp
  1424.  
  1425. [StartPanel.MorePrograms]
  1426. DefaultPaneSize = 0, 0, 190, 30
  1427. TextColor           = 55 55 56
  1428. HotTracking         = 48 112 208
  1429. Font                = Tahoma, 8, Bold
  1430. BgType              = ImageFile
  1431. SizingType          = Stretch
  1432. SizingMargins       = 3, 0, 0, 1
  1433.  
  1434. ;  left and right contentmargins should match proglist
  1435. ContentMargins  = 8, 8, 0, 6
  1436. ImageFile = Blue\StartPanelMoreProgBackGround.BMP
  1437. imagecount  = 1
  1438. sizingType = Stretch
  1439.  
  1440. [StartPanel.MoreProgramsArrow]
  1441. BgType  = ImageFile
  1442. SizingType  = TrueSize
  1443. ImageFile = Blue\StartPanelMoreProgArrow.bmp
  1444. ImageCount  = 1
  1445. FillColorHint = 108 207 108; Average color (green)
  1446.  
  1447. [StartPanel.MoreProgramsArrow(hot)]
  1448. BgType  = ImageFile
  1449. SizingType  = TrueSize
  1450. ImageFile = Blue\StartPanelMoreProgArrowHot.bmp
  1451. ImageCount  = 1
  1452. FillColorHint = 107 239 107; Average color (bright green)
  1453.  
  1454.  
  1455. [StartPanel.PlacesList]
  1456. DefaultPaneSize = 0, 0, 190, 336
  1457. ContentMargins  = 4 6 9 5
  1458. TextColor           = 10 36 106
  1459. HotTracking         = 80 150 248
  1460. BgType              = imageFile
  1461. ImageFile = Blue\StartPanelPlacesBackground.bmp
  1462. imagecount = 1
  1463. SizingMargins = 172, 7, 3, 1
  1464. sizingType = Stretch
  1465. FillColorHint = 211 229 250; Background color (light blue)
  1466.  
  1467. [StartPanel.PlacesListSeparator]
  1468. BgType = ImageFile
  1469. SizingType = TrueSize
  1470. ImageFile = Blue\StartPlacesSeparator.bmp
  1471.  
  1472. [StartPanel.Logoff]
  1473. ContentMargins =  0, 0, 4, 2
  1474. DefaultPaneSize = 0, 0, 380, 40
  1475. TextColor   = 255 255 255
  1476. HotTracking = 255 255 255
  1477. bgType = imagefile
  1478. ImageFile = Blue\StartPanelLogoffBackground.bmp
  1479. imagecount = 1
  1480. sizingMargins = 49, 47, 0, 38
  1481. sizingType = Stretch
  1482. FillColorHint = 37 119 223; Background color (lblue)
  1483.  
  1484. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1485. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1486. [StartPanel.LogoffButtons]
  1487. BgType  = ImageFile
  1488. Transparent = True
  1489. SizingType  = TrueSize
  1490. ImageFile = Blue\StartPanelLogoffButtons.bmp
  1491. ImageCount  = 1
  1492.  
  1493. [StartPanel.LogoffButtons(hot)]
  1494. BgType  = ImageFile
  1495. Transparent = True
  1496. SizingType  = TrueSize
  1497. ImageFile = Blue\StartPanelLogoffButtonsHot.bmp
  1498. ImageCount  = 1
  1499.  
  1500.  
  1501. ;-------------- Taskbar specific --------------
  1502. [Start::Button]
  1503. BgType  = ImageFile
  1504. SizingType  = Stretch
  1505. SizingMargins   = 6, 52, 13, 14
  1506. ContentMargins  = 10, 24, 2, 4
  1507. ImageFile = Blue\StartButton.bmp
  1508. ImageCount  = 3
  1509. ImageLayout = Vertical
  1510. Transparent = True
  1511. Font= Franklin Gothic Medium, 14, italic
  1512. TextColor   = 255 255 255
  1513. TEXTSHADOWOFFSET= 2, 2
  1514. textshadowcolor = 69 76 16
  1515. TextShadowType  = continuous
  1516. FillColorHint = 74 153 73; Average color (green)
  1517.  
  1518. [StartMenu::MenuBand]
  1519. TextColor   = 0 0 0
  1520.  
  1521. [StartMenu::MenuBand(Hot)]
  1522. TextColor   = 255 255 255
  1523.  
  1524. [StartMenu::MenuBand.NewAppButton]
  1525. BgType  = ImageFile
  1526. SizingType  = Stretch
  1527. SizingMargins   = 6, 1, 0, 0
  1528. ContentMargins  = 10, 0, 3, 0
  1529. ImageFile = Blue\StartGroupNewAppButton.bmp
  1530. ImageCount  = 1
  1531. Transparent    = True
  1532. TransparentColor= 255 0 0
  1533. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1534.  
  1535. [StartMenu::MenuBand.Seperator]
  1536. BgType  = ImageFile
  1537. SizingType  = Stretch
  1538. SizingMargins   = 6, 1, 3, 0
  1539. ContentMargins  = 10, 0, 3, 0
  1540. ImageFile = Blue\StartGroupSeperator.bmp
  1541. ImageCount  = 1
  1542. Transparent    = True
  1543. TransparentColor= 255 0 0
  1544. FillColorHint = 211 211 200; Separator color (grey)
  1545.  
  1546. [StartMenu::Toolbar]
  1547. BgType  = ImageFile
  1548. ImageFile = Blue\StartGroupBackground.bmp
  1549. SizingType    = Stretch
  1550. SizingMargins    = 6, 5, 3, 4
  1551. ContentMargins    = 0, 0, 0, 0
  1552. Font= Tahoma, 8
  1553. TextColor   = 0 0 0
  1554. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1555. AccentColorHint = 48 127 229; Left edge of More Programs menu (blue)
  1556.  
  1557.  
  1558. [StartMenu::Toolbar(Hot)]
  1559. TextColor   = 255 255 255
  1560.  
  1561. [StartMenu::Toolbar.Button]
  1562. BgType  = ImageFile
  1563. SizingType  = Stretch
  1564. SizingMargins   = 6, 1, 0, 0
  1565. ContentMargins  = 10, 0, 3, 0
  1566. ImageFile = Blue\StartGroupToolbarButton.bmp
  1567. ImageCount  = 3
  1568. ImageLayout    = vertical
  1569. Transparent    = True
  1570. TransparentColor= 255 0 0
  1571. FillColorHint = 22 101 203; Rollover of item on More Programs menu (blue)
  1572.  
  1573.  
  1574. [TaskBar::Toolbar]
  1575. BgType  = None
  1576. Font= Tahoma, 8
  1577. TextColor   = 255 255 255
  1578.  
  1579. [TaskBar::Toolbar.Button]
  1580. BgType  = ImageFile
  1581. SizingType  = Stretch
  1582. SizingMargins   = 8, 3, 18, 8
  1583. ContentMargins  = 0, 0, 4, 4
  1584. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1585. ImageCount  = 6
  1586. ImageLayout = vertical
  1587. Transparent = True
  1588. FillColorHint = 53 122 238; Average background color (blue)
  1589.  
  1590. [TaskBar::Toolbar.DropdownButton]
  1591. BgType  = ImageFile
  1592.  
  1593. SizingType  = Stretch
  1594. SizingMargins   = 8, 3, 18, 8
  1595. ContentMargins  = 2, 0, 4, 4
  1596. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1597. ImageCount  = 6
  1598. ImageLayout = vertical
  1599. Transparent = True
  1600. FillColorHint = 53 122 238; Average background color (blue)
  1601.  
  1602. [TaskBarVert::Toolbar]
  1603. BgType  = None
  1604. Font= Tahoma, 8
  1605. TextColor   = 255 255 255
  1606.  
  1607. [TaskBarVert::Toolbar.Button]
  1608. BgType  = ImageFile
  1609. SizingType  = Stretch
  1610. SizingMargins   = 15, 5, 6, 4
  1611. ContentMargins  = 1, 1, 1, 1
  1612. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1613. ImageCount  = 6
  1614. ImageLayout = vertical
  1615. Transparent = True
  1616. FillColorHint = 53 122 238; Average background color (blue)
  1617.  
  1618. [TaskBarVert::Toolbar.DropdownButton]
  1619. BgType  = ImageFile
  1620. SizingType  = Stretch
  1621. SizingMargins   = 15, 5, 6, 4
  1622. ContentMargins  = 1, 1, 1, 1
  1623. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1624. ImageCount  = 6
  1625. ImageLayout = vertical
  1626. Transparent = True
  1627. FillColorHint = 53 122 238; ; Average background color (blue)
  1628.  
  1629. [TaskBar::Rebar]
  1630. BgType  = None
  1631. Font= Tahoma, 8
  1632. TextColor   = 123 182 232
  1633.  
  1634. [TaskBar::Rebar.Band]
  1635. BgType  = None
  1636.  
  1637. [TaskBar::Rebar.Gripper]
  1638. BgType  = ImageFile
  1639. SizingType  = Tile
  1640. SizingMargins   = 0, 0, 6, 4
  1641. ContentMargins  = 2, 1, 0, 0
  1642. ImageFile = Blue\TaskbarGripper.bmp
  1643. ImageCount  = 1
  1644. Transparent = True
  1645. TransparentColor= 255 0 255
  1646. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1647.  
  1648. [TaskBar::Rebar.GripperVert]
  1649. BgType  = ImageFile
  1650. SizingType  = Tile
  1651. SizingMargins   = 4, 6, 0, 0
  1652. ContentMargins  = 0, 0, 2, 1
  1653. ImageFile = Blue\TaskbarGripperVertical.bmp
  1654. ImageCount  = 1
  1655. Transparent = True
  1656. TransparentColor= 255 0 255
  1657. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1658.  
  1659. [TaskBar::Rebar.Chevron]
  1660. BgType  = ImageFile
  1661. SizingType  = Stretch
  1662. SizingMargins   = 8, 3, 18, 8
  1663. ContentMargins  = 0, 0, 0, 10
  1664. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1665. ImageCount  = 6
  1666. ImageLayout = vertical
  1667. Transparent = True
  1668. GlyphType   = ImageGlyph
  1669. GlyphImageFile = Blue\TaskbarChevron.bmp
  1670. GlyphTransparent= true
  1671. VAlign = Top
  1672. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1673.  
  1674. [TaskBar::Rebar.ChevronVert]
  1675. BgType  = ImageFile
  1676. SizingType  = Stretch
  1677. SizingMargins   = 15, 5, 6, 4
  1678. ContentMargins  = 0, 0, 0, 0
  1679. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1680. ImageCount  = 6
  1681. ImageLayout = vertical
  1682. Transparent = True
  1683. GlyphType   = ImageGlyph
  1684. GlyphImageFile = Blue\TaskbarChevronVert.bmp
  1685. GlyphTransparent= true
  1686. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1687.  
  1688. [TaskBar.BackgroundBottom]
  1689. BgType  = ImageFile
  1690. SizingType  = Tile
  1691. SizingMargins   = 0, 0, 15, 11
  1692. ImageFile = Blue\TaskbarBackground.bmp
  1693. ImageCount  = 1
  1694. FillColorHint = 36 94 220; Average background color (blue)
  1695.  
  1696. [TaskBar.SizingBarBottom]
  1697. BgType  = ImageFile
  1698. SizingType  = Tile
  1699. ImageFile = Blue\TaskbarSizingBarBottom.bmp
  1700. ImageCount  = 1
  1701. FillColorHint = 50 128 231; Average color (blue)
  1702.  
  1703. [TaskBar.BackgroundLeft]
  1704. BgType  = ImageFile
  1705. SizingType  = Tile
  1706. SizingMargins   = 15, 11, 0, 0
  1707. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1708. ImageCount  = 1
  1709. FillColorHint = 36 94 220; Average background color (blue)
  1710.  
  1711. [TaskBar.SizingBarLeft]
  1712. BgType  = ImageFile
  1713. SizingType  = Tile
  1714. ImageFile = Blue\TaskbarSizingBarLeft.bmp
  1715. ImageCount  = 1
  1716. FillColorHint = 50 128 231; Average color (blue)
  1717.  
  1718. [TaskBar.BackgroundTop]
  1719. BgType  = ImageFile
  1720. SizingType  = Tile
  1721. SizingMargins   = 0, 0, 15, 11
  1722. ImageFile = Blue\TaskbarBackground.bmp
  1723. ImageCount  = 1
  1724. FillColorHint = 36 94 220; Average background color (blue)
  1725.  
  1726. [TaskBar.SizingBarTop]
  1727. BgType  = ImageFile
  1728. SizingType  = Tile
  1729. ImageFile = Blue\TaskbarSizingBarTop.bmp
  1730. ImageCount  = 1
  1731. FillColorHint = 50 128 231; Average color (blue)
  1732.  
  1733. [TaskBar.BackgroundRight]
  1734. BgType  = ImageFile
  1735. SizingType  = Tile
  1736. SizingMargins   = 11, 13, 0, 0
  1737. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1738. ImageCount  = 1
  1739. FillColorHint = 36 94 220; Average background color (blue)
  1740.  
  1741. [TaskBar.SizingBarRight]
  1742. BgType  = ImageFile
  1743. SizingType  = Stretch
  1744. ImageFile = Blue\TaskbarSizingBarRight.bmp
  1745. ImageCount  = 1
  1746. FillColorHint = 50 128 231; Average color (blue)
  1747.  
  1748. ;-------------- Taskband specific --------------
  1749. [TaskBand.FlashButton]
  1750. BgType  = ImageFile
  1751. SizingType  = Stretch
  1752. SizingMargins   = 4, 4, 4, 4
  1753. ContentMargins  = 0, 0, 4, 4
  1754. ImageFile = Blue\TaskBandFlashButton.bmp
  1755. ImageCount  = 1
  1756. ImageLayout = vertical
  1757. Transparent = True
  1758. FillColorHint = 56 130 234; Average background color (blue)
  1759. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1760.  
  1761. [TaskBand.FlashButtonGroupMenu]
  1762. BgType  = ImageFile
  1763. SizingType  = Stretch
  1764. SizingMargins   = 4, 4, 4, 4
  1765. ContentMargins  = 0, 0, 4, 4
  1766. ImageFile = Blue\TaskBandFlashButtonGroupMenu.bmp
  1767. ImageCount  = 1
  1768. Transparent = True
  1769. FillColorHint = 56 130 234; Average background color (blue)
  1770. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1771.  
  1772. [TaskBand.GroupCount]
  1773. Font= Tahoma, 8, Bold
  1774. TextColor   = 255 204 109
  1775.  
  1776. [TaskBand::Toolbar]
  1777. BgType  = None
  1778. Font= Tahoma, 8
  1779. TextColor   = 255 255 255
  1780.  
  1781. [TaskBand::Toolbar.Button]
  1782. BgType  = ImageFile
  1783. SizingType  = Stretch
  1784. SizingMargins   = 17, 5, 15, 8
  1785. ContentMargins  = 0, 4, 4, 4
  1786. ImageFile = Blue\TaskBandButton.bmp
  1787. ImageCount  = 6
  1788. ImageLayout = vertical
  1789. Transparent = True
  1790. FillColorHint = 54 127 239
  1791.  
  1792. [TaskBand::Toolbar.DropdownButton]
  1793. BgType  = ImageFile
  1794. SizingType  = Stretch
  1795. SizingMargins   = 17, 5, 15, 8
  1796. ContentMargins  = 0, 4, 4, 4
  1797. ImageFile = Blue\TaskBandButton.bmp
  1798. ImageCount  = 6
  1799. ImageLayout = vertical
  1800. Transparent = True
  1801. FillColorHint = 54 127 239; Average background color (blue)
  1802.  
  1803. [TaskBandVert::Toolbar]
  1804. BgType  = None
  1805. Font= Tahoma, 8
  1806. TextColor   = 255 255 255
  1807.  
  1808. [TaskBandVert::Toolbar.Button]
  1809. BgType  = ImageFile
  1810. SizingType  = Stretch
  1811. SizingMargins   = 16, 7, 12, 6
  1812. ContentMargins  = 0, 4, 4, 4
  1813. ImageFile = Blue\TaskBandButtonVertical.bmp
  1814. ImageCount  = 6
  1815. ImageLayout = vertical
  1816. Transparent = True
  1817. FillColorHint = 54 127 239; Average background color (blue)
  1818.  
  1819. [TaskBandVert::Toolbar.DropdownButton]
  1820. BgType  = ImageFile
  1821. SizingType  = Stretch
  1822. SizingMargins   = 16, 7, 12, 6
  1823. ContentMargins  = 0, 4, 4, 4
  1824. ImageFile = Blue\TaskBandButtonVertical.bmp
  1825. ImageCount  = 6
  1826. ImageLayout = vertical
  1827. Transparent = True
  1828. FillColorHint = 54 127 239; Average background color (blue)
  1829.  
  1830. [TaskBand::ScrollBar.ArrowBtn]
  1831. BgType  = ImageFile
  1832. SizingMargins = 5, 5, 5, 5
  1833. ContentMargins = 0, 0, 0, 0
  1834. SizingType = Stretch
  1835. ImageFile = Blue\TaskbandScrollArrows.bmp
  1836. ImageCount = 20
  1837. ImageLayout = Vertical
  1838. GlyphType   = ImageGlyph
  1839. GlyphImageFile = Blue\TaskBandScrollArrowGlyphs.bmp
  1840. GlyphTransparent = True
  1841. FillColorHint = 25 66 205; Average background color (dark blue)
  1842.  
  1843. [TaskBand::Scrollbar.ThumbBtnHorz]
  1844. BgType  = ImageFile
  1845. SizingMargins = 5, 5, 5, 5
  1846. ContentMargins = 4, 4, 0, 0
  1847. ImageFile = Blue\TaskBandScrollThumbHorizontal.bmp
  1848. ImageCount  = 5
  1849. ImageLayout = Vertical
  1850. FillColorHint = 25 66 205; Average background color (dark blue)
  1851.  
  1852. ;A visual element in the middle of the scrollbar thumb
  1853. [TaskBand::Scrollbar.GripperHorz]
  1854. BgType  = ImageFile
  1855. SizingType  = TrueSize
  1856. ImageFile = Blue\TaskBandScrollThumbGripperHorizontal.BMP
  1857. imagelayout = vertical
  1858. Transparent = True
  1859. ImageCount  = 5
  1860. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1861.  
  1862.  
  1863. ; Scrollbar Thumb (vertical)
  1864. [TaskBand::Scrollbar.ThumbBtnVert]
  1865. BgType  = ImageFile
  1866. SizingMargins = 5, 5, 5, 5
  1867. ContentMargins = 0, 0, 4, 4
  1868. ImageFile = Blue\TaskBandScrollThumbVertical.bmp
  1869. ImageCount  = 5
  1870. ImageLayout = vertical
  1871. FillColorHint = 25 66 205; Average background color (dark blue)
  1872.  
  1873. ;A visual element in the middle of the scrollbar thumb
  1874. [TaskBand::Scrollbar.GripperVert]
  1875. BgType  = ImageFile
  1876. SizingType  = TrueSize
  1877. ImageFile = Blue\TaskBandScrollThumbGripperVertical.BMP
  1878. ImageCount  = 4
  1879. Transparent = True
  1880. ImageLayout = Vertical
  1881. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1882.  
  1883.  
  1884. ; Scrollbar Tracks (horizontal)
  1885. [TaskBand::Scrollbar.LowerTrackHorz]
  1886. BgType  = imagefile
  1887. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1888. SizingMargins = 0, 0, 1, 1
  1889. ImageCount = 4
  1890. ImageLayout = Vertical
  1891. FillColorHint = 37 90 225; Average background color (blue)
  1892.  
  1893.  
  1894. [TaskBand::Scrollbar.UpperTrackHorz]
  1895. BgType  = imagefile
  1896. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1897. SizingMargins = 0, 0, 1, 1
  1898. ImageCount = 4
  1899. ImageLayout = Vertical
  1900. FillColorHint = 37 90 225; Average background color (blue)
  1901.  
  1902.  
  1903. ; Scrollbar Tracks (vertical)
  1904. [TaskBand::Scrollbar.LowerTrackVert]
  1905. BgType  = imagefile
  1906. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1907. SizingMargins = 1, 1, 0, 0
  1908. ImageCount = 4
  1909. ImageLayout = Vertical
  1910. FillColorHint = 37 90 225; Average background color (blue)
  1911.  
  1912.  
  1913. [TaskBand::Scrollbar.UpperTrackVert]
  1914. BgType  = imagefile
  1915. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1916. SizingMargins = 1, 1, 0, 0
  1917. ImageCount = 4
  1918. ImageLayout = Vertical
  1919. FillColorHint = 37 90 225; Average background color (blue)
  1920.  
  1921. ;-------------- Taskband Group Menu specific --------------
  1922. [TaskBandGroupMenu::Toolbar]
  1923. BgType  = ImageFile
  1924. ImageFile = Blue\TaskBandBackground.bmp
  1925. SizingType    = Tile
  1926. SizingMargins    = 3, 3, 3, 3
  1927. ContentMargins    = 9, 0, 0, 0
  1928. Font= Tahoma, 8
  1929. TextColor   = 255 255 255
  1930. FillColorHint = 33 87 213; Average background color (blue)
  1931. AccentColorHint = 255 199 60; Menu top hilite color (orange)
  1932.  
  1933.  
  1934. [TaskBandGroupMenu::Toolbar.Button]
  1935. BgType  = ImageFile
  1936. SizingType  = stretch
  1937. SizingMargins   = 3, 3, 0, 0
  1938. ContentMargins  = 9, 0, 3, 3
  1939. ImageFile = Blue\TaskBandHover.bmp
  1940. ImageCount  = 3
  1941. ImageLayout    = vertical
  1942. Transparent    = True
  1943. AccentColorHint = 79 150 255; Rollover hilite color (blue)
  1944.  
  1945. ;-------------- Tray Notify specific --------------
  1946. [TrayNotify::Toolbar]
  1947. BgType  = None
  1948.  
  1949. [TrayNotify::Toolbar.Button]
  1950. BgType  = None
  1951.  
  1952. [TrayNotifyHoriz::TrayNotify.Background]
  1953. BgType  = ImageFile
  1954. SizingType  = Stretch
  1955. SizingMargins   = 34, 10, 12, 12
  1956. ContentMargins  = 19, 7, 0, 0
  1957. ImageFile = Blue\TaskbarTray.bmp
  1958. ImageCount  = 1
  1959. Transparent = True
  1960. TransparentColor= 255 0 0
  1961. FillColorHint = 13 141 234; Average background color (blue)
  1962.  
  1963. [TrayNotifyHoriz::Button]
  1964. BgType  = ImageFile
  1965. SizingType  = TrueSize
  1966. ImageFile = Blue\TrayChevronHorizontal.bmp
  1967. ImageCount  = 3
  1968. Imagelayout = vertical
  1969. FillColorHint = 56 173 243; Average background color (blue)
  1970.  
  1971. [TrayNotifyHorizOpen::Button]
  1972. BgType  = ImageFile
  1973. SizingType  = TrueSize
  1974. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  1975. ImageCount  = 3
  1976. Imagelayout = vertical
  1977. FillColorHint = 56 173 243; Average background color (blue)
  1978.  
  1979. [TrayNotifyVert::TrayNotify.Background]
  1980. BgType  = ImageFile
  1981. SizingType  = Stretch
  1982. SizingMargins   = 12, 12, 34, 10
  1983. ContentMargins  = 0, 0, 19, 7
  1984. ImageFile = Blue\TaskbarTrayVertical.bmp
  1985. ImageCount  = 1
  1986. Transparent = True
  1987. TransparentColor= 255 0 0
  1988. FillColorHint = 13 141 234; Average background color (blue)
  1989.  
  1990. [TrayNotifyVert::Button]
  1991. BgType  = ImageFile
  1992. SizingType  = TrueSize
  1993. Transparent = True
  1994. ImageFile = Blue\TrayChevronHorizontal.bmp
  1995. ImageCount  = 3
  1996. Imagelayout = vertical
  1997. FillColorHint = 56 173 243; Average background color (blue)
  1998.  
  1999.  
  2000. [TrayNotifyVertOpen::Button]
  2001. BgType  = ImageFile
  2002. SizingType  = TrueSize
  2003. Transparent = True
  2004. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  2005. ImageCount  = 3
  2006. Imagelayout = vertical
  2007. FillColorHint = 56 173 243; Average background color (blue)
  2008.  
  2009.  
  2010. [TrayNotify::Clock]
  2011. Font= Tahoma, 8
  2012. TextColor   = 255 255 255
  2013.  
  2014. ;-------------- Application-specific ------------------------
  2015.  
  2016.  
  2017. ;----------- places bar --------------------------------
  2018. ;The places toolbar in the fileopen/save dialog.
  2019. [Placesbar::Toolbar]
  2020. SizingMargins = 4, 4, 4, 4
  2021. ContentMargins = 0, 0, 0, 0
  2022. ImageFile = Blue\PlaceBarBackground.bmp
  2023. bgtype = imagefile
  2024. imageCount = 1
  2025. sizingType = tile
  2026. FillColorHint = 249 248 243; Background color (light beige)
  2027.  
  2028. [Placesbar::Toolbar.Button]
  2029. SizingMargins = 4, 4, 4, 4
  2030. ContentMargins = 0, 0, 4, 2
  2031. ImageFile = Blue\PlaceBarButtons.bmp
  2032. bgtype = imagefile
  2033. imagelayout = vertical
  2034. imageCount = 6
  2035. sizingType = stretch
  2036. transparent = true
  2037. FillColorHint = 255 255 255; Selected color (white)
  2038. BorderColorHint = 122 152 175; Outline color (blue grey)
  2039.  
  2040. ;----------- Explorer (IE) bar --------------------------------
  2041. [ExplorerBar]
  2042. BgType  = BorderFill
  2043. FillType= VertGradient
  2044. GradientRatio1  = 0
  2045. GradientColor1  = 140 170 230
  2046. GradientRatio2  = 255
  2047. GradientColor2  = 100 135 220
  2048. BorderSize  = 0
  2049. ContentMargins  = 12, 12, 12, 12
  2050.  
  2051. [ExplorerBar.HeaderBackground]; Not used in IE 6
  2052. BgType  = ImageFile
  2053. SizingType  = Stretch
  2054. ImageFile = Blue\ExplorerBarHeaderBackground.bmp
  2055. SizingMargins   = 202, 1, 0, 0
  2056. Font= Tahoma, 8, Bold
  2057. TextColor   = 255 255 255
  2058. ContentMargins  = 8, 8, 7, 7
  2059. FillColorHint = 94 135 217; Mid color of gradient (blue)
  2060.  
  2061. [ExplorerBar.HeaderClose]; Not used in IE 6
  2062. BgType  = ImageFile
  2063. SizingType  = TrueSize
  2064. ImageLayout = Vertical
  2065. ImageFile = Blue\ExplorerBarHeaderClose.bmp
  2066. ImageCount  = 3
  2067. Transparent = true
  2068. OffsetType  = TopRight
  2069. Offset  = -4, 4
  2070. FillColorHint = 138 168 229; Close box normal state (blue)
  2071. AccentColorHint = 255 121 95; Close box rollover (brick red)
  2072.  
  2073. [ExplorerBar.HeaderPin]; Not used in IE 6
  2074. BgType  = ImageFile
  2075. SizingType  = TrueSize
  2076. ImageLayout = Vertical
  2077. ImageFile = Blue\ExplorerBarHeaderPin.bmp
  2078. ImageCount  = 6
  2079. Transparent = true
  2080. OffsetType  = TopRight
  2081. Offset  = -6, 4
  2082. FillColorHint = 189 206 239; Average pin color (blue grey)
  2083.  
  2084. [ExplorerBar.IEBarMenu]; Not used in IE 6
  2085. BgType  = ImageFile
  2086. SizingType  = TrueSize
  2087. ImageLayout = Vertical
  2088. ImageFile = Blue\IE_PersonalBarMenu.bmp
  2089. ImageCount  = 3
  2090. Transparent = true
  2091. OffsetType  = TopRight
  2092. Offset  = -3, 1
  2093. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2094. BorderColorHint = 165 187 228; Border of button (blue grey)
  2095.  
  2096. [ExplorerBar.NormalGroupBackground]
  2097. BgType  = ImageFile
  2098. FillColor = 214 223 247
  2099. BorderColor = 255 255 255
  2100. SizingType  = Stretch
  2101. ImageFile = Blue\NormalGroupBackground.bmp
  2102. SizingMargins   = 3, 3, 3, 3
  2103. Font= Tahoma, 8
  2104. TextColor   = 38 92 192
  2105. ContentMargins  = 8, 8, 7, 7
  2106.  
  2107. [ExplorerBar.NormalGroupCollapse]
  2108. BgType  = ImageFile
  2109. SizingType  = TrueSize
  2110. ImageLayout = Vertical
  2111. ImageFile = Blue\NormalGroupCollapse.bmp
  2112. ImageCount  = 3
  2113. Transparent = true
  2114. OffsetType  = TopRight
  2115. Offset  = -3, 1
  2116. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2117. BorderColorHint = 165 187 228; Border of button (blue grey)
  2118.  
  2119. [ExplorerBar.NormalGroupExpand]
  2120. BgType  = ImageFile
  2121. SizingType  = TrueSize
  2122. ImageLayout = Vertical
  2123. ImageFile = Blue\NormalGroupExpand.bmp
  2124. ImageCount  = 3
  2125. Transparent = true
  2126. OffsetType  = TopRight
  2127. Offset  = -3, 1
  2128. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2129. BorderColorHint = 165 187 228; Border of button (blue grey)
  2130.  
  2131. [ExplorerBar.NormalGroupHead]
  2132. BgType  = ImageFile
  2133. SizingType  = Stretch
  2134. ImageFile = Blue\NormalGroupHead.bmp
  2135. SizingMargins   = 3, 106, 3, 1
  2136. Transparent = true
  2137. Font= Tahoma, 8, Bold
  2138. TextColor   = 33 93 198
  2139. ContentMargins  = 8, 8, 7, 7
  2140. FillColorHint = 240 243 251; Lighter side of gradient (very light blue)
  2141.  
  2142. [ExplorerBar.SpecialGroupBackground]
  2143. BgType  = ImageFile
  2144. SizingType  = Stretch
  2145. ImageFile = Blue\SpecialGroupBackground.bmp
  2146. SizingMargins   = 3, 3, 3, 3
  2147. Font= Tahoma, 8
  2148. TextColor   = 38 92 192
  2149. ContentMargins  = 8, 8, 7, 7
  2150. FillColorHint = 239 243 255; Background color (very light blue)
  2151.  
  2152. [ExplorerBar.SpecialGroupCollapse]
  2153. BgType  = ImageFile
  2154. SizingType  = TrueSize
  2155. ImageLayout = Vertical
  2156. ImageFile = Blue\SpecialGroupCollapse.bmp
  2157. ImageCount  = 3
  2158. Transparent = true
  2159. OffsetType  = TopRight
  2160. Offset  = -3, 1
  2161. FillColorHint = 36 89 195; Average background color (dark blue)
  2162. BorderColorHint = 70 114 205; Edge color (dark blue)
  2163.  
  2164.  
  2165. [ExplorerBar.SpecialGroupExpand]
  2166. BgType  = ImageFile
  2167. SizingType  = TrueSize
  2168. ImageLayout = Vertical
  2169. ImageFile = Blue\SpecialGroupExpand.bmp
  2170. ImageCount  = 3
  2171. Transparent = true
  2172. OffsetType  = TopRight
  2173. Offset  = -3, 1
  2174. FillColorHint = 36 89 195; Average background color (dark blue)
  2175. BorderColorHint = 70 114 205; Edge color (dark blue)
  2176.  
  2177.  
  2178. [ExplorerBar.SpecialGroupHead]
  2179. BgType  = ImageFile
  2180. SizingType  = Stretch
  2181. ImageFile = Blue\SpecialGroupHead.bmp
  2182. SizingMargins   = 3, 106, 3, 1
  2183. Transparent = true
  2184. Font= Tahoma, 8, Bold
  2185. TextColor   = 255 255 255
  2186. FillColor = 2 72 178
  2187. ContentMargins  = 8, 8, 7, 7
  2188.  
  2189. [ExplorerBar::Rebar]; Not used in IE6
  2190. bgtype  = imagefile
  2191. sizingtype  = stretch
  2192. ImageFile = Blue\ExplorerBarToolbarBackground.bmp
  2193. sizingmargins   = 0, 0, 0, 4
  2194. Font= Tahoma, 8
  2195. TextColor   = 127 124 115
  2196. FillColorHint = 243 247 253; (very light blue)
  2197.  
  2198. [ExplorerBar::Rebar.Band]; Not used in IE6
  2199. bgtype  = none
  2200. ContentMargins    = 2, 0, 0, 0
  2201.  
  2202. [ExplorerBar::Rebar.Gripper]; Not used in IE6
  2203. bgtype = imagefile
  2204. SizingMargins   = 0, 0, 6, 4
  2205. ContentMargins  = 3, 0, 0, 0
  2206. ImageFile = Blue\Gripper.bmp
  2207. sizingType  = Tile
  2208. Transparent = true
  2209. TransparentColor= 255 0 0
  2210. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2211.  
  2212. [ExplorerBar::Rebar.GripperVert]; Not used in IE6
  2213. bgtype  = imagefile
  2214. SizingMargins   = 9, 8, 0, 0
  2215. ImageFile = Blue\GripperVert.bmp
  2216. sizingType  = Tile
  2217. Transparent = true
  2218. TransparentColor= 255 0 0
  2219. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2220.  
  2221. [ExplorerBar::Rebar.Chevron]; Not used in IE6
  2222. SizingMargins   = 4, 4, 4, 4
  2223. ContentMargins  = 0, 0, 0, 0
  2224. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2225. bgtype  = imagefile
  2226. imagelayout = vertical
  2227. imageCount  = 6
  2228. sizingType  = Stretch
  2229. Transparent = true
  2230. GlyphType   = ImageGlyph
  2231. GlyphImageFile = Blue\Chevron.bmp
  2232. GlyphTransparent= true
  2233. VAlign  = Top
  2234. FillColorHint = 0 0 0; Glyph color (black)
  2235.  
  2236. [ExplorerBar::Rebar.ChevronVert]; Not used in IE6
  2237. SizingMargins   = 4, 4, 4, 4
  2238. ContentMargins  = 0, 0, 0, 0
  2239. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2240. bgtype  = imagefile
  2241. imagelayout = vertical
  2242. imageCount  = 6
  2243. sizingType  = Stretch
  2244. Transparent = true
  2245. GlyphType   = ImageGlyph
  2246. GlyphImageFile = Blue\Chevron.bmp
  2247. GlyphTransparent= true
  2248. VAlign  = Top
  2249. FillColorHint = 0 0 0; Glyph color (black)
  2250.  
  2251. [ExplorerBar::Toolbar.Button]; Not used in IE6
  2252. SizingMargins   = 4, 4, 4, 4
  2253. ContentMargins  = 0, 0, 0, 0
  2254. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2255. bgtype  = imagefile
  2256. imagelayout = vertical
  2257. imageCount  = 6
  2258. sizingType  = Stretch
  2259. Transparent = true
  2260. TransparentColor= 255 0 255
  2261. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2262. BorderColorHint = 168 191 234; Edge color (grey blue)
  2263.  
  2264. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE6
  2265. SizingMargins   = 4, 4, 4, 4
  2266. ContentMargins  = 0, 0, 0, 0
  2267. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2268. bgtype  = imagefile
  2269. imagelayout = vertical
  2270. imageCount  = 6
  2271. sizingType  = Stretch
  2272. Transparent = true
  2273. TransparentColor= 255 0 255
  2274. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2275. BorderColorHint = 168 191 234; Edge color (grey blue)
  2276.  
  2277. [ExplorerBar::Toolbar.SplitButton]; Not used in IE6
  2278. SizingMargins   = 4, 2, 4, 4
  2279. ImageFile = Blue\ExplorerBarToolbarButtonsSplit.bmp
  2280. bgtype  = imagefile
  2281. imagelayout = vertical
  2282. imageCount  = 6
  2283. sizingType  = Stretch
  2284. Transparent = true
  2285. TransparentColor= 255 0 255
  2286. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2287. BorderColorHint = 168 191 234; Edge color (grey blue)
  2288.  
  2289. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE6
  2290. SizingMargins   = 2, 4, 4, 4
  2291. ImageFile = Blue\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2292. bgtype  = imagefile
  2293. imagelayout = vertical
  2294. imageCount  = 6
  2295. sizingType  = Stretch
  2296. Transparent = true
  2297. TransparentColor= 255 0 255
  2298. GlyphType   = ImageGlyph
  2299. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  2300. GlyphTransparent= true
  2301. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2302. BorderColorHint = 168 191 234; Edge color (grey blue)
  2303.  
  2304. [ExplorerBar::Toolbar.Separator]; Not used in IE6
  2305. SizingMargins   = 5, 2, 2, 1
  2306. ImageFile = Blue\Separator.bmp
  2307. bgtype  = imagefile
  2308. imageCount  = 1
  2309. sizingType  = tile
  2310. Transparent = true
  2311. TransparentColor= 255 0 0
  2312. FillColorHint = 202 198 175; Separator line color (dark beige)
  2313.  
  2314. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE6
  2315. SizingMargins   = 2, 1, 5, 1
  2316. ImageFile = Blue\SeparatorVert.bmp
  2317. bgtype  = imagefile
  2318. imageCount  = 1
  2319. sizingType  = tile
  2320. Transparent = true
  2321. TransparentColor= 255 0 0
  2322. FillColorHint = 202 198 175; Separator line color (dark beige)
  2323.  
  2324.  
  2325. [Menu]
  2326.  
  2327. [Menu.PopupBackground]
  2328. BorderSize = 4
  2329. SizingMargins = 0, 0, 0, 0
  2330. BgType = ImageFile
  2331. SizingType = Stretch
  2332. ImageFile = Blue\PopupBackground.bmp
  2333.  
  2334. [Menu.PopupBorders]
  2335. SizingMargins = 1, 1, 1, 1
  2336. BgType = ImageFile
  2337. SizingType = Stretch
  2338. ImageFile = Blue\PopupBorders.bmp
  2339.  
  2340. [Menu.PopupGutter]
  2341. SizingMargins = 0, 2, 0, 0
  2342. BgType = ImageFile
  2343. SizingType = Stretch
  2344. ImageFile = Blue\PopupGutter.bmp
  2345.  
  2346. [Menu.PopupSeparator]
  2347. SizingMargins = 0, 0, 3, 1
  2348. BgType = ImageFile
  2349. SizingType = Stretch
  2350. ImageFile = Blue\PopupSeparator.bmp
  2351.  
  2352.  
  2353. [Menu.PopupItem]
  2354. ImageCount = 4
  2355. BorderSize = 20
  2356. SizingMargins = 6, 6, 4, 4
  2357. ContentMargins = 0, 0, 1, 1
  2358. TextColor = 0 0 0
  2359. BgType = ImageFile
  2360. SizingType = Stretch
  2361. ImageLayout = Vertical
  2362. ImageFile = Blue\PopupItem.bmp
  2363.  
  2364. [Menu.PopupItem(Disabled)]
  2365. TextColor = 128 128 128
  2366.  
  2367. [Menu.PopupItem(DisabledHot)]
  2368. TextColor = 128 128 128
  2369.  
  2370.  
  2371. [Menu.PopupCheck]
  2372. ImageCount = 4
  2373. TrueSizeStretchMark = 50
  2374. ContentMargins = 3, 3, 3, 3
  2375. BgType = ImageFile
  2376. SizingType = TrueSize
  2377. ImageLayout = Vertical
  2378. ImageFile = Blue\PopupCheck.bmp
  2379. MirrorImage = False
  2380.  
  2381. [Menu.PopupCheckBackground]
  2382. ImageCount = 3
  2383. SizingMargins = 3, 3, 3, 3
  2384. ContentMargins = 0, 6, 0, 0
  2385. BgType = ImageFile
  2386. SizingType = Stretch
  2387. ImageLayout = Vertical
  2388. ImageFile = Blue\PopupCheckBackground.bmp
  2389.  
  2390. [Menu.PopupSubmenu]
  2391. ImageCount = 2
  2392. ContentMargins = 2, 7, 3, 3
  2393. BgType = ImageFile
  2394. SizingType = TrueSize
  2395. ImageLayout = Vertical
  2396. ImageFile = Blue\PopupSubmenu.bmp
  2397.  
  2398. [Menu.SystemClose]
  2399. ImageCount = 2
  2400. BgType = ImageFile
  2401. SizingType = TrueSize
  2402. ImageLayout = Vertical
  2403. ImageFile = Blue\PopupSystemClose.bmp
  2404.  
  2405. [Menu.SystemMaximize]
  2406. ImageCount = 2
  2407. BgType = ImageFile
  2408. SizingType = TrueSize
  2409. ImageLayout = Vertical
  2410. ImageFile = Blue\PopupSystemMaximize.bmp
  2411.  
  2412. [Menu.SystemMinimize]
  2413. ImageCount = 2
  2414. BgType = ImageFile
  2415. SizingType = TrueSize
  2416. ImageLayout = Vertical
  2417. ImageFile = Blue\PopupSystemMinimize.bmp
  2418.  
  2419. [Menu.SystemRestore]
  2420. ImageCount = 2
  2421. BgType = ImageFile
  2422. SizingType = TrueSize
  2423. ImageLayout = Vertical
  2424. ImageFile = Blue\PopupSystemRestore.bmp
  2425.